home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 159 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: System Failure: 8000 000x?!
  5. Date: Wed, 3 Jan 96 10:19:39
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960103.2E0208.98C7@ak087.du.pipex.com>
  9. References: <4cd1im$ml9@tiger1.ocs.lsu.edu>
  10. NNTP-Posting-Host: ak087.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Jeffrey Thomas Sheldon (jsheldo@tiger.lsu.edu) wrote:
  14. : For a while I've been having a reoccuring System Failure code pop up.  
  15. : Usually it involves running various programs (which never run right...for 
  16. : instance, a few games, some demos, and software packages like CNet).
  17. : It's always along the line of:  8000 000x (where 'x' can be just about 
  18. : anything)
  19. : I've had some hardware trouble in the past, but I had replaced a faulty 
  20. : CIA chip and a resister that had fried (near one of my chips..dang, 
  21. : forgot what it is too.  It's the farthest on the left rear side of an A500).
  22. : Here's what I've got:  A500(revision 5?), M-Tec 68020 accelerator, Bodega 
  23. : Bay Zorro slot chassis, and I'm running with WB 2.04 and appropriate 
  24. : Kickstart.
  25. : Anyone have _any_ ideas?  This problem has been killing me for about a year 
  26. : now and I have hardly enough money to pay for tuition let alone a new 
  27. : Amiga. :(
  28.  
  29. All the 8000000x errors are CPU exceptions (privilege violation, illegal
  30. instruction, misaligned instruction, attempted line-A/line-F emulation on
  31. a CPU which doesn't support it, etc.). They are most commonly caused by
  32. a misbehaving (i.e. badly written or corrupted) program. So it's possible
  33. that you have one rogue program on your system that is corrupting the
  34. memory space of other programs and causing them to crash, _or_ that all
  35. the programs which crash are faulty themselves. The only way to isolate
  36. faults like these is to systematically remove non-standard programs (i.e.
  37. those not included with the OS itself) until you find the bad apples.
  38.  
  39. Another possibility is that you have a dud memory chip somewhere, which
  40. is interfering with programs by corrupting their code. So the best thing
  41. to do is to find a memory testing program. There are a few of these on
  42. Aminet, for example:
  43.  
  44. memtest.lha        util/misc   12K 151+Memory Tester
  45.  
  46. You should also try to find other hardware testing programs to ensure that
  47. none of your chips are obviously faulty. As I say, though, the most likely
  48. cause is a badly-written program somewhere.
  49.  
  50. --Mat.
  51.